home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Freeware / Programare / bluej / bluejsetup-203.exe / {app} / examples / file-reader / README.TXT < prev    next >
Text File  |  2004-12-19  |  390b  |  9 lines

  1. This is a small demo showing how to access a file in a safe way.
  2. Especially: access to the file does not depend on the current directory,
  3. but files will be found anywhere in the classpath. So text files placed
  4. inside the project directory wll be found.
  5.  
  6. A file for testing is include in this project. It is called "test.txt".
  7. (You can also access this file - "README.TXT".)
  8.  
  9. -mik-, Feb 2002